home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / WMP.AD_ / wmp.adm
Encoding:
Windows Policy Administrative Template  |  1999-10-14  |  3.4 KB  |  123 lines

  1. #if version <= 2
  2.  
  3. CLASS MACHINE
  4.  
  5. CATEGORY  !!GPEOnly
  6.  
  7.     POLICY !!GPEOnlyPolicy
  8.         KEYNAME "Software\Policies"
  9.  
  10.         PART !!GPEOnly_Tip1  TEXT
  11.         END PART
  12.  
  13.         PART !!GPEOnly_Tip2  TEXT
  14.         END PART
  15.     END POLICY
  16.  
  17. END CATEGORY
  18.  
  19. #endif
  20.  
  21. #if version >= 3
  22.  
  23. CLASS USER    
  24.  
  25. CATEGORY !!WMPU
  26.   CATEGORY !!WindowsMediaPlayer
  27.   KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer"
  28.     POLICY !!NoCodecDownload
  29.     KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer"
  30.     EXPLAIN !!UnderConstruction
  31.            VALUENAME NoCodecDownload 
  32.     END POLICY
  33.  
  34.     POLICY !!CustomizeWindowsMediaPlayer
  35.     KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer"
  36.     EXPLAIN !!UnderConstruction
  37.         PART !!TitleBar EDITTEXT
  38.               VALUENAME TitleBar
  39.         END PART
  40.  
  41.         PART !!ShowCaseButton EDITTEXT
  42.         VALUENAME ShowCaseButton 
  43.         END PART
  44.  
  45.         PART !!ShowCaseURL EDITTEXT
  46.                VALUENAME ShowCaseURL 
  47.         END PART
  48.     END POLICY
  49.   END CATEGORY    ; WindowsMediaPlayer
  50. END CATEGORY ;WMP
  51.  
  52.  
  53.  
  54. CLASS MACHINE
  55.  
  56. CATEGORY !!WMP
  57.   CATEGORY !!WindowsMediaPlayer2
  58.   KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer"
  59.     POLICY !!NoMediaFavorites
  60.     KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer"
  61.     EXPLAIN !!UnderConstruction
  62.     VALUENAME NoMediaFavorites
  63.     END POLICY
  64.   END CATEGORY
  65.  
  66.   CATEGORY !!RadioBar
  67.   KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer"
  68.     POLICY !!RadioBar
  69.     KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer"
  70.     EXPLAIN !!UnderConstruction
  71.             PART !!NoRadioBar CHECKBOX
  72.                VALUENAME NoRadioBar
  73.         ACTIONLISTON
  74.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\RunOnce"
  75.             VALUENAME "Register OCX" VALUE "regsvr32.exe /s msdxm.ocx"
  76.         END ACTIONLISTON
  77.         ACTIONLISTOFF
  78.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\RunOnce"
  79.             VALUENAME "Register OCX" VALUE "regsvr32.exe /s msdxm.ocx"
  80.         END ACTIONLISTOFF
  81.             END PART
  82.  
  83.             PART !!NoFindNewStations CHECKBOX
  84.         VALUENAME NoFindNewStations 
  85.             END PART
  86.  
  87.             PART !!DefaultURLFindNewStations EDITTEXT
  88.         VALUENAME DefaultURLFindNewStations
  89.         DEFAULT !!RadioStationsURL
  90.             END PART
  91.     END POLICY
  92.   END CATEGORY    ; RadioBar
  93. END CATEGORY ;WMP
  94.  
  95.  
  96. #endif
  97.  
  98. [strings]
  99. GPEOnly_Tip1="The wmp.adm file is for Windows 2000 and later only"
  100. GPEOnly_Tip2="None of its policies will be displayed here"
  101. GPEOnly="GP Only"
  102. GPEOnlyPolicy="WMP.ADM"
  103.  
  104. UnderConstruction="Under Construction"
  105. WMP="Windows Media Player"
  106. WMPU="Windows Media Player"
  107.  
  108. WindowsMediaPlayer="Windows Media Player customizations"
  109. WindowsMediaPlayer2="Favorites"
  110. RadioBar="Radio toolbar settings"
  111.  
  112. CustomizeWindowsMediaPlayer="Customize the Windows Media Player"
  113. CustomizeWindowsMediaPlayer2="Windows Media Player Favorites"
  114. NoCodecDownload ="Prevent automatic codec download"
  115. NoMediaFavorites="Do not install the default Windows Media Player Favorites in Media folder"
  116. TitleBar="Title bar of the Windows Media Player:"
  117. ShowCaseButton="Button name on Windows Media Player navigation bar:"
  118. ShowCaseURL="URL for button on Windows Media Player navigation bar:"
  119.  
  120. NoRadioBar="Disable Radio toolbar (may require a reboot)"
  121. NoFindNewStations="Disable menu for finding new Radio Stations"
  122. RadioStationsURL="http://www.microsoft.com/isapi/redir.dll?prd=windows&sbp=mediaplayer&pver=6.1&ar=Media&sba=RadioBar"
  123. DefaultURLFindNewStations="URL for finding new Radio Stations:"